home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 1 / PCU0703CD1.iso / software / online / files / imacros.exe / DEMO-EXTRACT-TABLE.IIM < prev    next >
Encoding:
Text File  |  2003-01-15  |  632 b   |  17 lines

  1. VERSION BUILD=3500107     
  2. 'File to store the extracted information
  3. SET !FILEEXTRACT exchangerate.csv
  4. 'The default directory is /Download
  5. URL GOTO=http://www.iopus.com/iim/demo/index.htm     
  6. SIZE X=664 Y=600    
  7. TAG POS=1 TYPE=A ATTR=HREF:http://www.iopus.com/iim/demo/extract.htm 
  8. '
  9. 'Extract data of SECOND table (POS=2) on page  
  10. EXTRACT POS=2 ELEM=0 ATTR=<TABLE* 
  11. '  
  12. 'The SAVEAS statement was added manually to write the extracted table to a file
  13. '(The alternative way to get the extracted data is the Scripting Interface)
  14. SAVEAS TYPE=EXTRACT
  15. WAIT SECONDS=3
  16. URL GOTO=http://www.iopus.com/iim/messages/done.htm 
  17.